home *** CD-ROM | disk | FTP | other *** search
/ 10,000 Great Games / 10,000 Great Games.iso / Product / 25 / Setup.exe / scripts / DefineButton2_224 / BUTTONCONDACTION on(release).as
Text File  |  2001-11-16  |  77b  |  7 lines

  1. on(release){
  2.    if("1" < _currentframe)
  3.    {
  4.       prevFrame();
  5.    }
  6. }
  7.